home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / graffiti_next / Controller.h < prev    next >
Text File  |  1993-07-06  |  187b  |  18 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Controller:Object
  5. {
  6.     id theWindow;
  7. }
  8.  
  9. - appDidInit:sender;
  10.  
  11. - displayPickInfoPanel;
  12.  
  13. - draw:sender;
  14. - undo:sender;
  15. - verticiesOnly:sender;
  16.  
  17. @end
  18.